Feature: Profile
Scenarios
|
Chart |
Status Progress |
||||
|---|---|---|---|---|---|
|
1
|
|
||||
| Total duration: | |||||
| 1m 46.789s |
Scenario: Edit full name in profile
Before
0m 15.944s
Given
I navigate to page "http://localhost:2368/ghost/#/setup"
0m 1.255s
And
I wait for 5 seconds
0m 5.150s
When
I fill register with "title" and "name" and "email@email.com" and "p4ssw0rd.."
0m 0.156s
And
I try to create account
0m 0.150s
And
I wait for 5 seconds
0m 5.162s
And
I navigate to page "http://localhost:2368/ghost/#/signin"
0m 0.603s
And
I wait for 5 seconds
0m 5.151s
And
I fill login with "email@email.com" and "p4ssw0rd.."
0m 0.293s
And
I try to login
0m 0.253s
And
I wait for 5 seconds
0m 5.363s
And
I try to go to profile
0m 0.772s
And
I wait for 5 seconds
0m 5.373s
And
I try to set fullname to "new-name"
0m 0.449s
And
I save changes
0m 0.411s
Then
I expect "new-name" is my fullname profile
0m 0.297s
After
0m 0.007s
Screenshots
Before
NO IMAGE AVAILABLE
Given
I navigate to page "http://localhost:2368/ghost/#/setup"
And
I wait for 5 seconds
When
I fill register with "title" and "name" and "email@email.com" and "p4ssw0rd.."
And
I try to create account
And
I wait for 5 seconds
And
I navigate to page "http://localhost:2368/ghost/#/signin"
And
I wait for 5 seconds
And
I fill login with "email@email.com" and "p4ssw0rd.."
And
I try to login
And
I wait for 5 seconds
And
I try to go to profile
And
I wait for 5 seconds
And
I try to set fullname to "new-name"
And
I save changes
Then
I expect "new-name" is my fullname profile
After
NO IMAGE AVAILABLE